Welcome![Sign In][Sign Up]
Location:
Search - automatic detection

Search list

[CSharpcdcode

Description: C#编写的用光盘做启动盘 AT-RegCDRom:用来创建启动盘 AT-CDRom:验证启动盘[也可说是应用] 一 :编程思想 1、创建启动盘 插入要创建的启动盘,程序自动检测光驱中光盘,利用WMI(Windows管理架构:Windows Management Instrumentation)读取该光盘的序列号(具有唯一性),把该序列号写入注册表。 2、验证 程序执行时,自动检测光驱中的光盘,利用WMI获取序列号,然后读取注册表中先前写入的序列号,二者比较,相同则程序启动成功,否则提示插入启动盘。-C# prepared by the CD-ROM to do startup disk AT-RegCDRom : These are used to create a boot disk AT-editor : Verification startup disk [also can be applied] 1 : a program with the idea to create a boot disk, insert to create the startup disk, automatically detecting the drive to CD-ROM, using WMI ( Windows management structure : Windows Management Instrumentation), the CD-ROM read the serial number (which is unique), the serial number into the registry. 2, certification procedures, automatic detection of disc drives, using WMI to obtain serial number, and then read into the registry prior to the serial number, the comparison, the same procedures were activated success, or else suggest insert boot disk.
Platform: | Size: 731136 | Author: 管琰平 | Hits:

[SCMKEN1的程序

Description: 是一个电话接口模块,它给你提供一个自动检测电话是否正常,电话是否连通。-is a telephone interface module, which gives you an automatic detection normal telephone, whether telephone connectivity.
Platform: | Size: 2048 | Author: 李中雷 | Hits:

[Internet-Network局域网扫描空密码主机和ftp共享资源

Description: 本安全评估系统通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测,去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。-assessment of the security system of network equipment for the automatic detection and vulnerability analysis, vulnerability analysis simulation experts and the technical experts, policy-based security risk management process. Network Vulnerability scanning executable scheduled or event-driven network detection, to identify possible intruders use network security loopholes. Network Vulnerability Scanning providing a wide variety of scanning default policy configuration, and allows the user to build with their own specific requirements of the strategy. By identifying the correct configuration ensures that the users will not overlook the formal security policy, so that all the systems are to maintain a reasonable security to withstand external attack.
Platform: | Size: 552960 | Author: 石林 | Hits:

[EditBoxLEFMoneyControl

Description: 会计分栏金额输入控件,可以自动调整分栏大小,自动检测数据的正确性。适合用于财务软件的开发工作,可以打印。-accounting controls column amount of input, it will automatically adjust the size of columns, automatic detection of data accuracy. Optimized for the development of financial software, can print.
Platform: | Size: 22528 | Author: 力封 | Hits:

[Graph Recognize彩色图像人脸高光区域的自动检测与校正方法

Description: 彩色图像人脸高光区域的自动检测与校正方法,本文提出的方法能有效检测不同人的脸形特征-Color Image Face regional high-automatic detection and correction method, the proposed method can effectively detect the different characteristics FACE
Platform: | Size: 206848 | Author: 隼鼻梁 | Hits:

[Internet-NetworkEasyClass

Description: EasyClass是针对某大学Web选课子系统一个自动的课程检索程序。EasyClass允许用户对希望关注的课程自动检测空位,并且可以帮助学生自动选课。EasyClass根据课程号,模拟手动方式查询课程选课情况,从选课系统中提取出被关注课程的选课人数,通过对比后分析出该课程是否尚存空位,若可选,则对用户作出通报,或者直接把课程选上,从而实现完全自动化选课。主要是通过使用Borland C++Builder 6 内带的控件TNMHTTP和TCppWebBrowser,配合WinAPI函数和一些常用的控件开发出来的。TNMHTTP控件可以对外发出http协议请求,并且把返回结果内容的纯文本代码;而TCppWebBrowser就是浏览器控件,可以实现类似IE的效果。压缩包内含开发文档。-EasyClass against a university Web subsystem an automatic Elective courses retrieval procedures. EasyClass allows users to hope that the courses concerned automatic detection space, and can help students automatically Course. EasyClass based curriculum, simulation manually inquiries Elective courses, classes from the system extracted courses were concerned about the number of classes, through comparative study of the analysis of whether or not the programs surviving vacancy, if optional, the user make informed, or courses directly elected, so as to achieve a fully automated Elective. Mainly through the use of Borland C Builder within six with the controls and TCppWebBrowser TNMHTTP, with WinAPI function and some frequently used controls developed. TNMHTTP external controls can be issued ht
Platform: | Size: 1051648 | Author: 付富 | Hits:

[OS program如何使自己的程序自动更新(在线更新)

Description: 由于程序的需要,我需要做一个使程序自动更新的小程序,找了找网上,介绍的都不够详细,这里我给出一个完整的自动更新的程序! 此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题. -procedures needed, I need to do a procedure to enable automatic updating of small procedures, finding the Internet to find, introduced the detailed enough, and here I give a complete automatic update procedures! This procedure for external promotion procedures (need to call the main program), the specific code is not listed here , or your own source code to see it. The procedure is thinking through the server the document is read updates and upgrades address, the new version will have to download if they wish to create internal promotion procedures (in the main program of internal automatic detection and automatic updates), the main program needs only activated when the code can be we try not imitation, the main idea with this is similar to the difference is how to deal with the main progr
Platform: | Size: 380928 | Author: 天照 | Hits:

[Internet-Network网络评估系统

Description: 该项目通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技 术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测, 去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同 时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安 全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。 -the project through the network equipment for the automatic detection and vulnerability analysis, vulnerability analysis simulation experts and the technical experts, policy-based security risk management process. Network Vulnerability scanning executable scheduled or event-driven network detection, to identify possible intruders use network security loopholes. Network Vulnerability Scanning providing a wide variety of scanning default policy configuration, and allows the user to build with their own specific requirements of the strategy. By identifying the correct configuration ensures that the users will not overlook the formal security policy, so that all the systems are to maintain a reasonable security to withstand external attack.
Platform: | Size: 1773568 | Author: 大大 | Hits:

[Video Capture摄像头监视程序

Description: 一个可以控制所有摄像头的监视程序. 功能包括:旋转摄像头,允许自动侦测,自动报警,监视范围,全屏显示,抓图.记录监视日志等完整功能. -one can control all camera surveillance procedures. Features include : rotating camera, allowing automatic detection, automatic alarm, surveillance, full screen display, Previously. Records of surveillance logs full functionality.
Platform: | Size: 150528 | Author: 飞翔的鸟 | Hits:

[OtherEasyCamImperial.ZIP

Description: 集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等 -shape/color recognition function of automatic security alarm monitoring device that can be used to determine whether a particular object was moving, or for intrusion detection, etc.
Platform: | Size: 220160 | Author: 姚紫欣 | Hits:

[Internet-Networkkismet-3[1].0.1.tar

Description: Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files. Kismet是一个针对IEEE802.11b无线局域网的嗅探和包分析器,支持大多数无线网卡,支持自动检测UDP、ARP和DHCP的数据包,支持通过CDP协议检测思科网络设备,支持加密数据包记录,采用与Ethereal和Tcpdump兼容的的数据包记录文件,支持通过用户提供地图来检测和评估无线网络范围。 -Kismet is an 802.11b network sniffers and network dissector. It is capable of sniffing using most wireless cards, automatic network detection via IP block UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, Ethereal and tcpdump and compatible packet dump files. It also includes the ability to plot detected networks and network estimated ranges on downloaded maps or user supplied image files. Kismet was an IEEE802.11b wireless LAN analyzer and packet sniffer, the majority of wireless LAN support, automatic detection support UDP, DHCP and ARP packets of data to support the agreement through CDP detection Cisco networking equipment, supports encrypted data packets records, and used Ethereal Tcpdump compatible data packets document
Platform: | Size: 692224 | Author: 李飞 | Hits:

[SCMautosd

Description: sd卡程序,应用程序和部分驱动程序,自动检测sd卡-sd card procedures, application procedures, and some drivers, automatic detection sd card
Platform: | Size: 1024 | Author: 严明 | Hits:

[Otherfileexist2

Description: 检测文件是否在系统中存在.输入参数文件名,程序自动检测并返回结果-detect whether documents exist in the system. Document input parameters, and procedures for automatic detection and return results
Platform: | Size: 1024 | Author: 凌寒 | Hits:

[matlabECGdechuli

Description: 医学信号处理实验指导--对ECG信号的处理-目的是对ECG信号进行预处理,以便将其进一步应用到于心电的自动检测;本次实验还包括心率的求取 -medical signal processing experimental guidance-- right ECG signal processing- is designed to ECG signal preconditioning in order to further its application of ECG in the automatic detection; the experiment also includes HR strike
Platform: | Size: 288768 | Author: ah | Hits:

[Multimedia DevelopCFZR

Description: 简单的人像识别系统, 只能模糊的检测人脸部分,有可能把手检测成人脸,背景要求高-simple automatic face recognition system, it will only vague Face detection, detection may handle adult face, background requirements are high
Platform: | Size: 62464 | Author: 许剑平 | Hits:

[GDI-BitmapATR2

Description: 针对航空照片中自动目标识别的复杂性.该文提出了一种基于神经网络的自动目标识别算法, 算法包括检测和虚警排除两个阶段.检1删阶段是在整幅区域中i挂行快速搜寻.找出所有可能的目标 虚 警排障阶段是对检测阶段得到的结果进行进一步的验证, 在尽可能保留全部真目标的前提下,将伪目标 排除.实验结果证明了算法的可行性. 关键词 神经网络,航空照片, 自动目标识别-against aerial photographs Automatic Target Recognition of complexity. This paper presents a neural network-based automatic target recognition algorithm, the algorithm including the detection and false alarm ruled out in two stages. Frederick stage is a cut in the whole region i linked to fast-track the search. To identify all possible targets false alarm remove obstacles stage of the testing phase results further verification, reservations at all possible real targets on the premise that goal will be to exclude false. Experimental results demonstrate the feasibility of the algorithm. Keywords neural network, aerial photographs, automatic target recognition
Platform: | Size: 134144 | Author: 陈文清 | Hits:

[mpeg mp3KeyFrameExtractor-Source

Description: 视频关键帧自动提取软件。可以设置多种参数,控制提取的数量。对于很多应用而言都是必须的-automatic video key frame extraction software. You can set a variety of parameters, from the number of control. For many applications are necessary
Platform: | Size: 9216 | Author: steven | Hits:

[Other03.3

Description: 这是一个有关人脸图像自动检测与识别的书,欢迎下载-This is a human face images of the automatic detection and identification of the book, welcome to download
Platform: | Size: 21504 | Author: 466421536 | Hits:

[matlabElectromagnetic_Data_Procession_Matlab

Description: 大学时候跟导师做的一个暂态电磁场数据分析的程序,用于自动检测和识别波形数据中的脉冲起始时间等参数-University instructors often do with a transient electromagnetic field data analysis procedures, for the automatic detection and identification of waveform data pulse parameters, such as start-up time
Platform: | Size: 2014208 | Author: 李力研 | Hits:

[Special Effects2006606081519

Description: MATLAB编写的图像在已知定位点的情况下图像的匹配!-MATLAB images to the known location of the point where the images match!
Platform: | Size: 102400 | Author: shuren | Hits:
« 1 2 3 45 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net